Thermal Resistivity and Thermal Conductivity

Thermal conductivity of a pure element or a stoichiometric phase at temperature above 273 K is described as a function of temperature using the following equation:

k= A + B T + C T-1 + D T2

  (1)  

where k is the thermal conductivity and T is the temperature in Kelvin. This function can reasonably fit most of the experimental thermal conductivity data of elements at temperature above 273 K.

The thermal conductivity of a solid solution phase can be calculated from thermal resistivity, which is the reciprocal of thermal conductivity. According to the Nordheim rule, the thermal resistivity ( ρ ) of a solid solution phase can be described by the following Redich–Kister polynomials:

  (2)  

where is the thermal resistivity of the a solution phase in the A-B system. xj and rj are the mole fraction and thermal resistivity of pure elements j, respectively. Li are the ith order interaction parameters which are used to describe the effect of solute elements on the thermal resistivity. In general, the interaction parameter can be expressed as:

  (3)  

where the parameters ai, bi and ci are evaluated based on the experimental data.

The interface scattering parameters is introduced to describe the effect of the second phase on the thermal resistivity in two-phase region. The thermal resistivity of the two-phase region is described as following:

  (4)  

where ra+b is the thermal resistivity of the alloys in a+b two-phase region, f p and r p (p = a, b) are the mole fraction and thermal resistivity of the phase p, respectively. Mi, which can be considered to be linearly temperature dependent, is the ith interface scattering parameter and and can be evaluated from the experimental data. The thermal conductivity of alloy system and the value of each phase can be obtained by using the reciprocal of the thermal resistivity values through output option.

In this example, thermal resistivity of the Al-Mg binary alloys is described using the User-Defined Property function.

As shown in the AlMg_ThCond.tdb, the thermal resistivity ThRss property is first defined as User-Defined Property since it has not been pre-defined in the current Pandat™software.

Type_Definition z PHASE_PROPERTY ThRss 1 !

In accordance, the following definition is also needed to add this property to the original database.

Type_Definition e GES AMEND_PHASE_DESCRIPTION * VARIABLE_X ThRss !

As is seen, the thermal resistivity of the Fcc phase or the Hcp phase follows the same format as that of Gibbs energy for a disordered solution phase.

Parameter ThRss(Liquid,Al;0) 298.15 1/ThCond_Al_Liq; 3000 N !

Parameter ThRss(Liquid,Mg;0) 298.15 1/ThCond_Mg_Liq; 3000 N !

Parameter ThRss(Fcc,Al;0) 298.15 1/ThCond_Al_Fcc; 3000 N !

Parameter ThRss(Fcc,Mg;0) 298.15 1/ThCond_Mg_Hcp; 3000 N !

Parameter ThRss(Fcc,Al,Mg;0) 298.15 0.02566-1.3333e-05*T+14.5*T^(-1); 3000 N !

Parameter ThRss(Hcp,Al;0) 298.15 1/ThCond_Al_Fcc; 3000 N !

Parameter ThRss(Hcp,Mg;0) 298.15 1/ThCond_Mg_Hcp; 3000 N !

Parameter ThRss(Hcp,Al,Mg;0) 298.15 0.0214-1.3669e-5*T+12.7158*T^(-1); 3000 N !

Parameter ThRss(Hcp,Al,Mg;1) 298.15 0; 3000 N !

Parameter ThRss(Hcp,Al,Mg;2) 298.15 0.14825-7.7706e-05*T+25.3031*T^(-1); 3000 N !

Thermal resistivity of the intermetallic phases with narrow solid solubility rage in the phase diagrams is treated like that of a stoichiometric compound phase, i.e., it is composition independent and is described as below:

Parameter ThRss(AlMg_Beta,*;0) 298.15 1/42; 6000 N !

Parameter ThRss(AlMg_Eps,*;0) 298.15 1/42; 6000 N !

Parameter ThRss(AlMg_Gamma,*;0) 298.15 -0.03267+2.7412e-05*T+20.722*T^(-1); 6000 N !

In order to describe the thermal resistivity within two-phase region, a system property, Sys_ThRss, is then defined by the command:

System_Property Sys_ThRss 1 !

Parameter L(Sys_ThRss, Fcc, AlMg_Beta;0) 298.15 0.005; 3000 N !

Parameter L(Sys_ThRss, Hcp, AlMg_Gamma;0) 298.15 0; 3000 N !

Parameter L(Sys_ThRss, Hcp, AlMg_Gamma;1) 298.15 0.01; 3000 N !

After the thermal resistivity has been properly modeled for each phase, the thermal conductivity of each phase and that of the system can be directly calculated and outputed by using extra output in Pandat™ defined as 1/ThRss(@*) and 1/Sys_ThRss, respectively. The comparisons between the calculated and measured thermal conductivities of the Al-Mg alloys are shown in Figure 1 and Figure 2. This example demonstrates that the User-Defined Property function is very powerful and flexible to allow users define various types of properties. The property can be a function of any phase properties that can be calculated by PanPhaseDiagram module.

(a)

(b)

Figure 1:  Comparison between the calculated and measured thermal conductivities in (a) the (Al) solid solution and (b) the (Mg) solid solution, in the Al-Mg binary system

Figure 2:  Calculated thermal conductivities of Mg-Al system at 298 K